home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Magnum One
/
Magnum One (Mid-American Digital) (Disc Manufacturing).iso
/
d16
/
wsmooth.arc
/
WSMSRC.ARC
/
FILEBUF.H
< prev
next >
Wrap
Text File
|
1990-10-09
|
352b
|
15 lines
// filebuf.h RHS 9/1/90
int filebuf_init(void);
int filebuf_open(char *filename, int strip);
void filebuf_destruct(void);
void filebuf_seekline(unsigned line);
char far *filebuf_nextline(unsigned *len);
unsigned filebuf_numlines(void);
unsigned filebuf_longestline(void);
BOOL filebuf_fileisopen(void);
void filebuf_strip(int strip);